home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-shadow.readme < prev    next >
Text File  |  1999-11-05  |  7KB  |  292 lines

  1. Short:    Visual Eng. - Shadow v3.34
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering script - Shadow v3.34
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script adds different kind of dropshadows for logos/pictures.
  14.  
  15.  
  16. REQUIREMENTS
  17.  
  18.   Image Engineer v3.41 (Wision release 2)
  19.   GaussianEdge.rexx (VE-gausedge.lha)
  20.   Sys:Rexxc/RX
  21.  
  22.  
  23. INSTALLATION
  24.  
  25.   Archive where this file came from should be extracted to a
  26.   directory where you installed Image Engineer.
  27.  
  28.   This script must be in IE:Arexx/
  29.  
  30.  
  31. USAGE
  32.  
  33.  
  34.   Short explanation of different methods:
  35.  
  36.  
  37.    Normal
  38.  
  39.    - Use this to black & white shapes
  40.  
  41.  
  42.    Grey Antialias
  43.  
  44.    - Use this to allready smooth edged grey shapes
  45.  
  46.  
  47.    Color Antialias
  48.  
  49.    - Use this to allready smooth edged colored shapes
  50.  
  51.  
  52.    Outline
  53.  
  54.    - This one adds a shadow &
  55.      some pixels wide outline around shape
  56.  
  57.  
  58.    Rectangle
  59.  
  60.    - This one takes the whole image window as shape
  61.  
  62.  
  63.    Lowpass & Transparency
  64.  
  65.    - These add a blurtype effect to image and mixes it
  66.      together with the original.
  67.  
  68.  
  69.  
  70.  
  71.  
  72.   You can add some empty work space around picture, but then you
  73.   need AddSpace.rexx
  74.  
  75.   Background must be totally white (R255 G255 B255).
  76.  
  77.  
  78.  
  79. ARGUMENTS
  80.  
  81.     address command "rexx:rx ie:arexx/Shadow.rexx" <pic> <shadow> <color> <lowp> <threshval> <xplace> <yplace> <arguments>
  82.  
  83.     - <pic>         is name of the picture
  84.     - <shadow>      is number or name of the shadow-effect without spaces (e.q. 0 or colorantialias)
  85.     - <color>       if "yes" or "1", then PrimaryColors.rexx is used for color of shadow
  86.     - <lowp>        lowpassvalue
  87.     - <threshvalue> thresholdvalue
  88.  
  89.     - <xplace>      horizontal offset of shadow
  90.     - <yplace>      vertical offset of shadow
  91.  
  92.     - <arguments>   name of color in PrimaryColor.rexx or "random".
  93.                     After either one can be "1" with space, which
  94.                     means Contrast Stretch.
  95.  
  96.  
  97.  
  98.     Where asked for name of shadow, it can also be given as number
  99.     of item in pop-up-menu. First item number 0. When given as name
  100.     remove spaces from name.
  101.  
  102.  
  103.  
  104.  
  105.   AmigaDOS
  106.  
  107.     Sys:Rexxc/RX Shadow.rexx <arguments>
  108.     Sys:Rexxc/RX 000_testpic.iff 0 YES 15 250 -5 -5 RED
  109.     Sys:Rexxc/RX 000_testpic.iff lowantialias no 9 255 -5 -5
  110.  
  111.  
  112.  
  113.   Other scripts:
  114.  
  115.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/Shadow.rexx <arguments>"
  116.  
  117.     Next lines return you the name of this new picture.
  118.  
  119.     PROJECT_LIST
  120.     xyz=result
  121.     pic=subword(xyz,1,1)
  122.  
  123.  
  124.  
  125.  
  126.  
  127. HISTORY
  128.  
  129.   3.34
  130.  
  131.   When using build in AddSpace, most of effecttypes would fail.
  132.   This problem is fixed now. Personally I use IE's build in
  133.   feature to set up hotkeys. A for AddSpace, S for Shadow...
  134.   Added short explanations of effects to .notes.
  135.  
  136.   3.32
  137.  
  138.   Outline-typee was calling "rexx:rx", when it should have called
  139.   "sys:rexxc/rx". Fixed.
  140.  
  141.   3.31
  142.  
  143.   Now there's only 2 kinds of shadows for allready antialiased
  144.   shapes. One for black or grey images. And one for colorful
  145.   images. VE-Extras v1.72+ needed.
  146.  
  147.   New effect: Outline, can be used to grey or color images.
  148.   White outline will be added around original shape.
  149.  
  150.   3.23
  151.  
  152.   Calls to external scripts had a minor bug.
  153.  
  154.   3.22
  155.  
  156.   Added possibility to adjust threshold of picture for shadow.
  157.   OBS! Argument parsing changed.
  158.  
  159.   DELETE ie:Prefs/veshadow.cfg!!!
  160.  
  161.   3.20
  162.  
  163.   Call to external script, AddSpace.rexx was buggy. Fixed.
  164.  
  165.   3.19
  166.  
  167.   New argument parser and better handling of arguments. Read
  168.   Notes/Shadow.notes, if you want to call this script from your
  169.   own scripts. It's now much easier to do some patch processing.
  170.  
  171.   No more effects' subeffects. Every effect has it's own menu item.
  172.  
  173.   If an error occurs, delete all the files from IE:Prefs/ with
  174.   filename "veshadow#?.cfg"
  175.  
  176.   2.95
  177.  
  178.   Call to external script PrimaryColors.rexx (v1.72+) uses
  179.   different method now.
  180.  
  181.   2.94
  182.  
  183.   Now you can call this script from other scripts too or in other
  184.   words do some batch processing.
  185.  
  186.   2.88
  187.  
  188.   New effect available! Regtangle-effect is made just for regtangle
  189.   pictures. It's not very useful for other shapes. Better shading
  190.   than with Normal-effect. You'll see the difference.
  191.  
  192.   PS. Maybe I someday join effects together, so all the different
  193.   effects could be affected to same picture on one run. Show some
  194.   support and I'll do it. Just by saying "Hi there!" is almost
  195.   enough.
  196.  
  197.   2.78
  198.  
  199.   Normal is now abnormal! You can now use rastered shadows. For
  200.   example when mixed with vertical lines gives really cool results.
  201.   Adjusting lowpass value now affects all the shadow types.
  202.  
  203.   2.60
  204.  
  205.   New in this version is possibility to add shadows to those shapes,
  206.   that use some kind of antialiasing or smoothing on their edges.
  207.   Before there would be lot of white pixels between logo and shadow.
  208.   Smooth-effect tries its best to handle this.I've now included
  209.   builtin dropshadow-effect to Visual Logo. It was quite impossible
  210.   to do it user friendly, <b>after</b> Visual Logo.
  211.  
  212.   2.50
  213.  
  214.   History started
  215.  
  216.  
  217.  
  218.  
  219.  
  220. DISTRIBUTION
  221.  
  222.   The archive, where this file came from, can be distributed using
  223.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  224.   FTP...), but contents of original archive can not be modified.
  225.  
  226.  
  227.   YOU MAY NOT SPREAD MODIFIED VERSIONS OF THIS SCRIPT AT ALL!!
  228.  
  229.  
  230.   If you are going to spread a script made by you, which calls one
  231.   of Visual Engineering -scripts, you must include either to
  232.   documentfile of your script or header of the script itself, Visual
  233.   Engineering's website address and my name and email address.
  234.  
  235.   Like this:
  236.  
  237.  
  238.   /*
  239.  
  240.    This script uses Visual Engineering -script(s):
  241.    AddSpace.rexx, PrimaryColors.rexx
  242.  
  243.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  244.  
  245.    Visual Engineering website:
  246.    http://wwnet.fi/users/smarko/visual/
  247.  
  248.    */
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. WORLD WIDE WEB
  257.  
  258.  Image Engineer
  259.  http://www.amigaworld.com/support/imageengineer/
  260.  
  261.  SViewIV
  262.  http://www.ar-kleinert.de/sview_e.html
  263.  
  264.  Visual Engineering
  265.  http://wwnet.fi/users/smarko/visual/
  266.  
  267.  
  268.  
  269. AMINET
  270.  
  271.  Image Engineer
  272.  http://ftp.sunet.se/aminetbin/find?imeng
  273.  
  274.  SViewIV
  275.  http://ftp.sunet.se/aminetbin/find?sviewiv
  276.  
  277.  Visual Engineering
  278.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  279.  
  280.  
  281. ============================= Archive contents =============================
  282.  
  283. Original  Packed Ratio    Date     Time    Name
  284. -------- ------- ----- --------- --------  -------------
  285.      910     440 51.6% 04-Oct-98 15:43:40 +Visual-roundcorner.alpha
  286.    12374    2548 79.4% 14-Oct-99 15:38:26 +Shadow.rexx
  287.     5627    2585 54.0% 16-Oct-99 15:39:46 +Shadow.notes
  288.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  289.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  290. -------- ------- ----- --------- --------
  291.    27134    8737 67.8% 16-Oct-99 16:46:56   5 files
  292.